AWS SES Service (deprecated)

  • Global factory const which can be used to create an AWSSESServiceClient with a StitchAppClient. Pass into StitchAppClient.serviceClient(fromFactory:withName) to get an `AWSSESServiceClient.

    Declaration

    Swift

    @available(*, deprecated, message: "Use awsServiceClientFactory instead")
    public let awsSESServiceClientFactory: AnyNamedServiceClientFactory<AWSSESServiceClient>
  • The AWS SES service client, which can be used to interact with AWS Simple Email Service (SES) via MongoDB Stitch. This client is deprecated. Use the AWSServiceClient in StitchAWSService.

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "Use AWSServiceClient instead")
    public protocol AWSSESServiceClient
  • The result of an AWS SES send request. (Deprecated)

    See more

    Declaration

    Swift

    @available(*, deprecated, message: "Use the generic AWS service instead")
    public struct AWSSESSendResult : Decodable